ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Save Method / Save(Stream) Method
The stream.

In This Topic
    Save(Stream) Method
    In This Topic
    Saves document to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As Stream _
    ) 
    public void Save( 
       Stream stream
    )

    Parameters

    stream
    The stream.
    See Also